QuickOPC User's Guide and Reference
UAFieldMetaData Constructor(String,Guid,UABuiltInType,UANodeId,Int32,Int32[])



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAFieldMetaData Class > UAFieldMetaData Constructor : UAFieldMetaData Constructor(String,Guid,UABuiltInType,UANodeId,Int32,Int32[])
The name of the dataset field.
The unique ID for the field in the dataset.
The built-in data type of the field.
The node Id of the data type of this field.
Indicates whether the data type is an array and how many dimensions the array has.
Specifies the maximum supported length of each dimension.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataSetFieldId As Guid, _
   ByVal builtInType As UABuiltInType, _
   ByVal dataTypeId As UANodeId, _
   ByVal valueRank As Integer, _
   ByVal arrayDimensions() As Integer _
)
'Usage
 
Dim name As String
Dim dataSetFieldId As Guid
Dim builtInType As UABuiltInType
Dim dataTypeId As UANodeId
Dim valueRank As Integer
Dim arrayDimensions() As Integer
 
Dim instance As New UAFieldMetaData(name, dataSetFieldId, builtInType, dataTypeId, valueRank, arrayDimensions)

Parameters

name
The name of the dataset field.
dataSetFieldId
The unique ID for the field in the dataset.
builtInType
The built-in data type of the field.
dataTypeId
The node Id of the data type of this field.
valueRank
Indicates whether the data type is an array and how many dimensions the array has.
arrayDimensions
Specifies the maximum supported length of each dimension.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also